From 410b20f904d2f22f5c0033d7a0c0854c76321f95 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 9 Apr 2018 20:10:47 +0100 Subject: [PATCH] docs: Link to GResource Since we're referring to GLib's functionality, might as well save some time to the reader, and link to the GResource API reference page. --- docs/reference/gtk/getting_started.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml index 3313014910..8dbd0bad23 100644 --- a/docs/reference/gtk/getting_started.xml +++ b/docs/reference/gtk/getting_started.xml @@ -454,9 +454,9 @@ example_app_window_class_init (ExampleAppWindowClass *class) You may have noticed that we used the _from_resource() variant - of the function that sets a template. Now we need to use GLib's resource - functionality to include the ui file in the binary. This is commonly - done by listing all resources in a .gresource.xml file, such as this: + of the function that sets a template. Now we need to use GLib's resource functionality + to include the ui file in the binary. This is commonly done by listing + all resources in a .gresource.xml file, such as this: -- 2.30.2